home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 739 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: printing text in landscape format
  5. Date: 8 Jan 1996 15:16 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: usa
  8. Message-ID: <8JAN199615164792@erich.triumf.ca>
  9. References: <1996Jan8.184816.3620@ticipa.works.ti.com>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <1996Jan8.184816.3620@ticipa.works.ti.com>, kbad@ticipa.works.ti.com (Kevin Badinger) writes...
  14. >I have the need to write a c program that has the ability to print text in 
  15. >landscape format.  Does anyone have any information or know of where I
  16. >can find information on printing text in landscape format?  I have looked in
  17. >a variety of books and web pages and found nothing...
  18.  
  19. Whether you can even _do_ this depends on the capabilities of your printer.
  20.  
  21. How you do it, assuming it can be done, will depend in part on the capabilities
  22. of the operating system as well.
  23.  
  24. In MS-DOS, if my printer was capable, I would probably send some escape 
  25. sequence, documented in the printer manual, to the printer.
  26.  
  27. In Windows, it appears that the Windows printer driver may get in the act
  28. somehow.
  29.  
  30. Try asking in a newsgroup dedicated to your operating system or computer (or
  31. printer).
  32.  
  33.  
  34. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  35. Internet: bennett@triumf.ca         | of one another only when one can be
  36. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  37. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  38. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  39.  
  40.